using UnityEngine;
using System;
using Object = UnityEngine.Object;

namespace Animancer
{
    public abstract class SelfDrawerAttribute : PropertyAttribute
    {
    }
}